home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2011 November / SAN CD 11-2011 CD-ROM 78.iso / pc / issueMedia / hsPrize.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2011-05-24  |  686 b   |  29 lines

  1. var lingoCursor = -1;
  2. this.clickSensor1_mc.onRollOver = function()
  3. {
  4.    _level0.lingoCursor = 280;
  5. };
  6. this.clickSensor1_mc.onRollOut = function()
  7. {
  8.    _level0.lingoCurosr = -1;
  9. };
  10. this.clickSensor1_mc.onRelease = function()
  11. {
  12.    _level0.lingoCursor = -1;
  13.    getUrl("lingo: goToNetPage(\"http://www.astronomia.co.uk\")", "");
  14. };
  15. this.clickSensor3_mc.onRollOver = function()
  16. {
  17.    _level0.lingoCursor = 280;
  18. };
  19. this.clickSensor3_mc.onRollOut = function()
  20. {
  21.    _level0.lingoCurosr = -1;
  22. };
  23. this.clickSensor3_mc.onRelease = function()
  24. {
  25.    _level0.lingoCursor = -1;
  26.    getUrl("lingo: goToNetPage(\"mailto:hotshots@skyatnightmagazine.com\")", "");
  27. };
  28. this.stop();
  29.